home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / pc / sample code / quicktime / all macintosh / streaming / qtspacketizerreassembler / componentvideortp / rtpmpcomponentvideo.rez.bat < prev    next >
Encoding:
DOS Batch File  |  2000-06-23  |  414 b   |  5 lines

  1. @echo off
  2. REM *** batch program to create and embed our Macintosh resources ***
  3. REM *** into the dll file, thereby creating a final qtx file ***
  4. ..\..\QTDevWin\Tools\Rez -i ".\Headers" -i ".\Sources" -i "..\..\QTDevWin\RIncludes" ".\RTPMPComponentVideo.r" -o ".\RTPMPComponentVideo.qtr" -f
  5. ..\..\QTDevWin\Tools\Rezwack -d ".\RTPMPComponentVideo.dll" -r ".\RTPMPComponentVideo.qtr" -o ".\RTPMPComponentVideo.qtx" -f